home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / bench.arc / BENCH.DOC < prev   
Encoding:
Text File  |  1986-12-02  |  1.5 KB  |  36 lines

  1. PROGRAM: BENCH.BAS
  2.  
  3. GENERAL FUNCTION: Test System performance
  4.  
  5. WHY IS IT NEEDED?  To determine performance of system and system BASIC
  6.  
  7. INSTALLATION: Use with BASIC, BASICA, or GWBASIC
  8.  
  9. FORMAT:      BASICA BENCH
  10.  
  11. SYSTEM REQUIREMENTS:  Works with DOS 2.X.
  12.  
  13. COMMENTS:  This program is known as Ahl's Simple Benchmark, and has been run
  14. on various systems from mainframes to handhelds.  The following is a partial
  15. listing of systems tested and results.  NOTE: The lower the accuracy measure
  16. and randomness number, the better.  The accuracy measure should be no great-
  17. er than .187805 and the randomness number should be no greater than .187805.
  18. DO NOT COMPILE THIS PROGRAM, ACCURACY REQUIRES THAT BENCH BE RUN FROM BASIC
  19. ACCURACY AND RANDOM MEASUREMENTS ARE AFFECTED BY VERSION OF BASIC USED.
  20.  
  21. COMPUTER           TIME           ACCURACY       RANDOM
  22.  
  23. Cray 1             0:00.01        .0000000014    6.1
  24. AT Clone (10mhz)   0:04           .005859375     7.1
  25. Stearns Micro      0:05           .005859375     7.1
  26. PC Clone (8mhz)    0:11           .005859375     7.1
  27. TI Professional    0:15           .005859375     7.1
  28. Compaq             0:15           .005859375     7.1
  29. IBM PC (Stock)     0:24           .01159668      6.3
  30. Osborne 01         1:10           .187805        7.4
  31. Kaypro II          1:36           .187805        7.5
  32. Commodore 64       1:53           .0010414235    12.0
  33. RS TI 99/4A Ext.   4:10           .00000011      10.7
  34.  
  35. SOURCE OF PROGRAM: Creative Computing.
  36.